home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / parnet-filesystem / mountlist.quick.1st < prev    next >
Text File  |  1996-02-26  |  788b  |  33 lines

  1. /* Mount information for ParNFS */
  2. /* $Id: Mountlist.quick.1st,v 1.3 1995/11/14 00:08:15 Rhialto Exp $ */
  3. NET:
  4.     FileSystem = ParNFS_Stuff:NetworkFileSystem
  5.     Device       = ParNFS_Stuff:parnet.device
  6.     Unit       = 0
  7.     Flags       = 0
  8.  
  9.     GlobVec = -1
  10. /*
  11.  * BlocksPerTrack =
  12.  * 0: primary client defaults
  13.  * 1: secondary client defaults
  14.  * 2: no defaults, use Interleave
  15.  */
  16.     BlocksPerTrack = 0
  17. /*
  18.  * Interleave = 0xppppsscc, where
  19.  * pppp: the port number the server is using (in hex)
  20.  * ss  : the parnet address of the server (in hex, 0x01 .. 0xFE)
  21.  * cc  : the parnet address of this client (in hex, 0x01 .. 0xFE)
  22.  *
  23.  *    Interleave = 0x025C0102     primary
  24.  *    Interleave = 0x025D0201     secondary
  25.  */
  26.     Interleave = 0x025C0102
  27.  
  28.     Surfaces = 0
  29.     LowCyl = 0
  30.     HighCyl = 0
  31.     StackSize = 2400; DosType = 0
  32. #
  33.